@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

@font-face {
    /* Fonts */
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 300;
    src: local(""), url("/resource/fonts/notosanskr-300.woff2") format("woff2"), url("/resource/fonts/notosanskr-300.woff") format("woff");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("/resource/fonts/notosanskr-regular.woff2") format("woff2"), url("/resource/fonts/notosanskr-regular.woff") format("woff");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("/resource/fonts/notosanskr-500.woff2") format("woff2"), url("/resource/fonts/notosanskr-500.woff") format("woff");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 700;
    src: local(""), url("/resource/fonts/notosanskr-700.woff2") format("woff2"), url("/resource/fonts/notosanskr-700.woff") format("woff");
}


/* #Base */
/* Reset */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background:#fff;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

* {
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

img {

    height: auto;
    vertical-align: top;
    border: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

form {
    display: inline;
}

input {
    font-family: inherit;
    outline:none;
}

select {
    font-family: inherit;
}

textarea {
    font-family: inherit;
    resize: vertical;
    outline:none;
}

button {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    letter-spacing: inherit;
    cursor: pointer;
    outline: 0;
}

embed, iframe, object {
    max-width: 100%;
}

[hidden] {
    display: none !important;
}

body::-webkit-scrollbar {width:10px;background-color:rgba(255,255,255,0.5);}
body::-webkit-scrollbar-thumb { background-color:#ccc;}
input {outline: none;}
ul,li{list-style:none;}
.hidden {display:none;}

